home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
files
/
ID99MENU.DIR
/
00030.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-29
|
304 b
|
31 lines
property s, showbiogrid
on beginSprite me
s = me.spriteNum
sprite(s).locZ = 2000 + s
end
on prepareFrame me
sprite(s).visible = showbiogrid
end
on showbio
showbiogrid = 1
end
on hidebio
showbiogrid = 0
end
on mouseUp
hidebio()
end
on growdown
hidebio()
end
on growup
hidebio()
end